home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 21 / CU Amiga Magazine's Super CD-ROM 21 (1998)(EMAP Images)(GB)[!][issue 1998-04].iso / CUCD / Programming / Python-1.4 / Python1.4_Source / Objects / protos / funcobject_protos.h < prev    next >
Text File  |  1996-12-15  |  271b  |  8 lines

  1.  
  2. /* funcobject.c */
  3. static object *func_getattr ( funcobject *op , char *name );
  4. static void func_dealloc ( funcobject *op );
  5. static object *func_repr ( funcobject *op );
  6. static int func_compare ( funcobject *f , funcobject *g );
  7. static long func_hash ( funcobject *f );
  8.